 


    .swiper-container {
        width: 100%;
        height: 100%;
    }
    .swiper-slide {
        text-align: center;
        font-size: 18px;
        background: #fff;

        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
    }
    .line {
        display: block;
        width: 100%;
        height: 1px;
    }
    .banner_swiper {
        position: relative;
    }
    .banner_swiper> img {
        width: 100%;
    }
    .web_banner_swiper {
        display: none;
    }
    .banner_swiper .down {
        position: absolute;
        bottom: 0;
        left: 50%;
        margin-left: -60px;
        color: #fff;
        background: url("../images/index_bg1.png") no-repeat center;
        width: 120px;
        height: 75px;
        z-index: 3;
        text-align: center;
        line-height: 115px;
    }
    .banner_swiper .swiper-slide {
        position: relative;
    }
    .banner_swiper .swiper-slide .txt {
        position: absolute;
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .banner_swiper .swiper-slide .txt div {
        text-align: left;
        color: #fff;
    }
    .banner_swiper .swiper-slide .txt div .p1 {
        margin-bottom: 45px;
        letter-spacing: 2px;    
        text-align: center;
    }
    .banner_swiper .swiper-slide .txt div .p2 {
        text-align: center;
    }
    .banner_swiper .swiper-slide .txt div .p2 a{
        display: inline-block;
        text-align: center;
        margin: 0 auto;
        width: 185px;
        height: 50px;
        text-align: center;
        color: #fff;
        line-height: 50px;
        background: #964a26;
        color: #ffc9af;
        transition: 0.3s;
        font-size: 16px;
    }
    .banner_swiper .swiper-slide .txt div .p2 a:hover{
        background: #73371b;
    }
    .banner_swiper .pagination {
        bottom: 0;
        position: absolute;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        left: 0;
        height: 155px;
        z-index: 10;
        color: #fff;
    }
    .banner_swiper .pagination>div {
        position: relative;
        height: 50px;
    }
    .banner_swiper .swiper-container-horizontal>.swiper-pagination-bullets {
        bottom: 50px;
        left: 0;
        width: 10px;
        height: 10px;
    }
    .banner_swiper .swiper-pagination-clickable .swiper-pagination-bullet {
        background: #ffffff;
        opacity: 0.5;
        margin: 0 5px;
        transition: 0.3s;
        height: 13px;
        width: 13px;
    }
    .banner_swiper .swiper-pagination-clickable .swiper-pagination-bullet-active {
        opacity: 1;
        width: 13px;
        height: 13px;
        border-radius: 20px;
    }
    .banner_swiper .pagination>div .button .swiper-pagination {
        position: unset;
        right: 0;
        width: 100px;
        left: auto;
        top: 0;
        font-size: 18px;
    }
    .banner_swiper .pagination>div .button .box {
        height: 100%;
        display: inline-flex;
    }
    .banner_swiper .pagination>div .button {
        display: flex;
        position: relative;
        position: absolute;
        right: 0;
        justify-content: space-between;
        height: 100%;
        align-items: center;
        width: calc(50% - 110px);
    }
    .banner_swiper .swiper-button-next {
        background: url("../images/right_icon.png") no-repeat center;
        width: 65px;
        height: 65px;
        border: 1px solid #fff;
        top: 50%;
        margin-top: -32px;
        right: 4%;
        margin: 0 10px;
        transition: 0.3s;
        cursor: pointer;
    }
    .banner_swiper .swiper-button-prev {
        background: url("../images/left_icon.png") no-repeat center;
        width: 65px;
        height: 65px;
        top: 50%;
        left: 4%;
        margin-top: -32px;
        border: 1px solid #fff;
        margin: 0 10px;
        transition: 0.3s;
        cursor: pointer;
    }
    .banner_swiper .scroll {
        position: absolute;
        width: 100%;
        text-align: left;
        bottom: 50px;
        color: #fff;
        z-index: 9;
    }
    .banner_swiper .scroll .icon {}
    .banner_swiper .scroll .txt {
        margin-top: 20px;
        text-transform: uppercase;
    }


    .ppgs {
        padding: 110px 0;
        background: url("../images/index_bg3.png") no-repeat center;
    }

    .ppgs .w_100 {
        display: flex;
    }

    .ppgs .w_100 .pic {
        width: 560px;
        margin-right: 100px;
    }
    
    .ppgs .w_100 .info {
        flex: 1;
    }
    .ppgs .w_100 .info .title {
        flex: 1;
        margin-bottom: 40px;
    }
    
    .ppgs .w_100 .info .title .span2 {
        font-size: 36px;
        color: #252525;
        text-transform: uppercase;
        line-height: 36px;
    }
    .ppgs .w_100 .info .title .span1 {
        color: #964a26;
        font-size: 36px;
        font-weight: bold;
        margin-right: 30px;
        line-height: 36px;
    }
    
    .ppgs .w_100 .info .txt {
        line-height: 43px;
        color: #252525;
        font-size: 16px;
        margin-bottom: 30px;
    }
    .ppgs .w_100 .info .sloga {
        color: #252525;
        font-size: 30px;
        line-height: 30px;
        margin-bottom: 30px;
    }
    .ppgs .w_100 .info .link {
        margin-bottom: 35px;
    }
    .ppgs .w_100 .info .link a {
        display: inline-flex;
        width: 50px;
        height: 50px;
        background: #964a26;
        align-items: center;
        border-radius: 100px;
        transition: 0.5s;
        justify-content: center;
    }
    .ppgs .w_100 .info .link a:hover {
        margin-left: 10px;
        opacity: 0.9;
    }
    .ppgs .w_100 .info .video {
        display: flex;
        font-size: 16px;
        color: #252525;
        align-items: flex-start;
    }
    .ppgs .w_100 .info .video .p {
        flex: 1;
        margin-right: 65px;
        line-height: 35px;
    }
    .ppgs .w_100 .info .video .video_box {
        height: 260px;
        width: 395px;
        position: relative;
    }
    .ppgs .w_100 .info .video .video_box .btn {
        height: 40px;
        width: 40px;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        transition: 0.5s;
        bottom: 0;
        margin: auto;
        cursor: pointer;
        z-index: 1;
    }
    .ppgs .w_100 .info .video .video_box .btn:hover {
        transform: scale(1.2);
    }
    .ppgs .w_100 .info .video .video_box>img {
        height: 260px;
    }

    

.video_dialog {
    position: fixed;
    width: 100%;
    height: 100vh;
    z-index: 9999;
    left: 0;
    top: 0;
    align-items: center;
    justify-content: center;
    display: none;
}


.video_dialog.active {
    display: flex;
}

.video_dialog .bg {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
}
.video_dialog .content {
    background: #000;
    z-index: 9;
    
    position: relative;
    width: 70%;
    border-radius: 5px;
    max-width: 1000px;
}
.video_dialog .content .operation {
    position: absolute;
    right: 10px;
    top: 10px;
	z-index:9;
}
.video_dialog .content .video {
    width: 100%;
    aspect-ratio: 16/9;
}
.video_dialog .content .close {
    background: url("../images/close-bold.png") no-repeat center;
    width: 30px;
    height: 30px;
    background-size: cover;
    cursor: pointer;
}












    .cpxl {
        padding-bottom: 95px;
        background: #fed7b6 ;
    }

    .cpxl {
    }


    .xwmt .common_title,
    .cpxl .common_title {
        border-bottom: 1px solid #e9bb99;
        padding: 80px 0;
    }
    .xwmt .common_title .w_100 ,
    .cpxl .common_title .w_100 {
        display: flex;
        justify-content: space-between;
    }
    .xwmt .common_title .w_100 .span2 ,
    .cpxl .common_title .w_100 .span2 {
        font-size: 36px;
        color: #252525;
        line-height: 36px;
        text-transform: uppercase;
    }
    .xwmt .common_title .w_100 .span1 ,
    .cpxl .common_title .w_100 .span1 {
        color: #964a26;
        font-size: 36px;
        font-weight: bold;
        margin-right: 30px;
        line-height: 36px;
    }

    .xwmt .common_title .w_100 .link  a ,
    .cpxl .common_title .w_100 .link  a {
        padding-right: 40px;
        text-transform: uppercase;
        color: #252525;
        background: url("../images/icon3.png") no-repeat center right;
    }
    .cpxl {
        width: 100%;
        overflow: hidden;
    }

    .cpxl .swiper {
        width: 100%;
        transform: scale(1.1);
    }
    .cpxl .swiper .swiper-container{
        padding: 140px 0 100px;
    }
    .cpxl .swiper-slide {
      text-align: center;
      font-size: 18px;
      background: none;
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
	  transition: 300ms;
      transform: scale(0.8);
    }
	.cpxl .swiper-slide-active,
    .cpxl .swiper-slide-duplicate-active{
      transform: scale(1.2);
	}
    .cpxl .swiper-slide a {
        display: block;
        width: 100%;
    }
    .cpxl .swiper-slide .pic {
        width: 100%;
    }
    .cpxl .swiper-slide .pic img {
        width: 100%;
    }
    .cpxl .swiper-slide .txt {
        padding: 30px 0;
        color: #964a26;
        font-size: 18px;
    }

    .cpxl .swiper .operation>div {
        display: inline-flex;
        align-items: center;
        margin-top: 50px;
    }
    .cpxl .swiper .operation {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .cpxl .swiper .operation .swiper-button-next2,
    .cpxl .swiper .operation .swiper-button-prev2 {
        position: unset;
        height: 20px;
        margin-top: 0;
    }
    .cpxl .swiper .operation .swiper-button-next2:after {
        content: "next";
        display: block;
        color: #434343;
        font-size: 14px;
        cursor: pointer;
    }
    .cpxl .swiper .operation .span {
        display: inline-block;
        width: 80px;
        height: 25px;
        border-radius: 15px;
        margin: 0 10px;
        background: #434343;
    }
    .cpxl .swiper .operation .swiper-button-prev2:after {
        content: "prev";
        display: block;
        font-size: 14px;
        color: #434343;
        cursor: pointer;
    }
    .cpxl .swiper .operation .swiper-button-next2:hover:after ,
    .cpxl .swiper .operation .swiper-button-prev2:hover:after {
        color: #964a26;
    }
    .cpxl .swiper .operation .swiper-pagination {
        position: unset;
        display: flex;
        align-items: center;
    }
    
    .cpxl .swiper-pagination .swiper-pagination-bullet{
        width: 8px;
        height: 3px;
        margin: 0 auto;
        background: #eeeeee;
        border-radius: 0px;
        transition: 0.5s;
        opacity: 1;
    }
    .cpxl .swiper-pagination .swiper-pagination-bullet-active{
        background: #434343;
        border-radius: 0px;
    }

    .cpsjs {
        background: #f2f2f2;
        position: relative;
    }
    .cpsjs .w_pic {
        display: none;
    }
    .cpsjs .w_100 {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        margin: auto;
    }
    .cpsjs .info .title {
        margin-bottom: 70px;
    }
    .cpsjs .info .span2 {
        font-size: 36px;
        color: #252525;
        line-height: 36px;
        text-transform: uppercase;
    }
    .cpsjs .info .span1 {
        color: #964a26;
        font-size: 36px;
        font-weight: bold;
        margin-right: 30px;
        line-height: 36px;
    }
    .cpsjs .info {
        position: absolute;
        width: 50%;
        right: 0;
        padding: 85px 0 0 85px;
        top: 0;
    }
    .cpsjs>img {
        width: 50%;
    }

    .cpsjs .info .txt {
        color: #252525;
        font-size: 16px;
        line-height: 35px;
        margin-bottom: 40px;
    }
    .cpsjs .info .pic {
        text-align: center;
        margin-bottom: 60px;
    }

    .cpsjs .info .pic img {
        height: 370px;
        width: auto;
    }

    .cpsjs .info .link a {
        display: inline-flex;
        width: 50px;
        height: 50px;
        background: #964a26;
        align-items: center;
        border-radius: 100px;
        justify-content: center;
    }
    .xwmt .common_title {
        border-bottom: 1px solid #efefef;
    }
    
    .xwmt {
        padding-bottom: 100px;
    }
    .xwmt .content a {
        display: flex;
        padding: 35px 0;
        align-items: center;
        justify-content: space-between;
        border-bottom: 1px solid #efefef;
    }
    .xwmt .content a .left {
        display: flex;
    }

    .xwmt .content a .time::before {
        display: block;
        content: '';
        position: absolute;
        left: 0;
        top: 50%;
        margin-top: -4px;
        width: 8px;
        height: 8px;
        border-radius: 100px;
        background: #964a26;
    }

    .xwmt .content a .time {
        width: 200px;
        padding-left: 30px;
        position: relative;
    }
    .xwmt .content a .time {
        color: #252525;
        font-size: 18px;
        height: 20px;
        line-height: 20px;
    }
    
    .xwmt .content a .txt .t1 {
        color: #252525;
        font-size: 20px;
        line-height: 20px;
        margin-bottom: 20px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        transition: 0.5s;
    }
    .xwmt .content a:hover .txt .t1 {
        color: #964a26;
    }
    .xwmt .content a .pic {
        overflow: hidden;
    }
    .xwmt .content a .pic img {
        transition: 0.5s;
    }
    .xwmt .content a:hover .pic img {
        transform: scale(1.2);
    }
    .xwmt .content a .txt .t2 {
        line-height: 26px;
        height: 52px;
        color: #252525;
        font-size: 14px;
        display: -webkit-box;
        text-overflow: ellipsis;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
    .xwmt .content a .txt {
        width: 600px;
    }



    .product_tab {
        border-bottom: 1px solid #efefef;
    }

    .product_tab .w_100 {
        display: flex;
    }
    .product_tab .w_100 span {
        width: 195px;
        height: 90px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 18px;
        color: #252525;
        transition: 0.5s;
        cursor: pointer;
    }

    .product_tab .w_100 span:hover,
    .product_tab .w_100 span.active {
        color: #fff;
        background: #964a26;
    }
    
    .product_list {
        padding: 70px 0;
    }

    .product_list .w_100 {
        display: flex;
        flex-wrap: wrap;
    }
    .product_list .w_100 a {
        display: block;
        margin-right: 35px;
        margin-bottom: 35px;
        width: calc((100% - 70px) / 3);
    }

    .product_list .w_100 a .pic {
        width: 100%;
        overflow: hidden;
    }
    .product_list .w_100 a .pic img {
        transition: 0.5s;
    }
    .product_list .w_100 a:hover .pic img {
        transform: scale(1.1);
    }
    .product_list .w_100 a:nth-child(3n) {
        margin-right: 0;
    }

    .product_list .w_100 .name {
        text-align: center;
        line-height: 75px;
        height: 75px;
        color: #252525;
        font-size: 18px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        border-bottom: 1px solid #efefef;
    }









    /*----------------------------------------------------------------------------------------*/
    
    .xlwm_box1 .title {
        padding: 70px 0;
        font-size: 36px;
        color: #964a26;
        text-align: center;
        border-bottom: 1px solid #fafafa;
    }
    .xlwm_box1 .info {
        padding: 40px 0;
        font-size: 16px;
        color: #252525;
    }
    .xlwm_box1 .info .t1 {
        line-height: 30px;;
        margin-bottom: 40px;
    }
    .xlwm_box1 .info .list {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
    }
    .xlwm_box1 .info .list span img { 
        width: 22px;
        margin-right: 15px;
    }
    .xlwm_box1 .info .list span {
        display: flex;
        margin-bottom: 30px;
        align-items: center;
        margin-right: 40px;
    }
    .xlwm_box2 {
        background: #f2f2f2;
    }
    
    .xlwm_box2 .title {
        padding: 70px 0;
        font-size: 36px;
        color: #964a26;
        text-align: center;
        border-bottom: 1px solid #eaeaea;
    }
    .xlwm_box2 form {
        display: flex;
        padding: 45px 0;
        flex-wrap: wrap;
    }
    .xlwm_box2 form .left {
        width: 500px;
        margin-right: 45px;
    }
    .xlwm_box2 form .right {
        flex: 1;
    }
    .xlwm_box2 form .item {
        margin-bottom: 30px;
    }
    .xlwm_box2 form .item .label {
        font-size: 16px;
        line-height: 20px;
        color: #252525;
        margin-bottom: 15px;
    }
    .xlwm_box2 form .item input {
        width: 100%;
        background: #fff;
        border: none;
        outline: none;
        height: 55px;
    }
    .xlwm_box2 form .item textarea {
        width: 100%;
        background: #fff;
        border: none;
        outline: none;
        height: 295px;
    }
    
    .xlwm_box2 form .submit input {
        width: 100%;
        border: none;
        cursor: pointer;
        background: #964a26;
        color: #fff;
        font-size: 16px;
        transition: 0.5s;
        height: 55px;
    }
    .xlwm_box2 form .submit {
        width: 100%;
    }
    /*----------------------------------------------------------------------------------------*/


    
    /*----------------------------------------------------------------------------------------*/
    
    .ppjs_box1 .title {
        padding: 70px 0;
        font-size: 36px;
        color: #964a26;
        text-align: center;
        border-bottom: 1px solid #fafafa;
    }
    .ppjs_box1 .name {
        margin-top: 50px;
        font-size: 36px;
        margin-bottom: 70px;
    }
    .ppjs_box1 .name .span1{
        color: #964a26;
        font-weight: bold;
    }
    .ppjs_box1 .name .span2 {
        color: #252525;
        text-transform: uppercase;
        margin-left: 30px;
    }
    .ppjs_box1 .info {
        display: flex;
        justify-content: space-between;
    }
    .ppjs_box1 .info div {
        font-size: 16px;
        color: #252525;
        line-height: 35px;
        margin-bottom: 40px;
    }
    .ppjs_box1 .info .left_t {
        width: 60%;
    }
    .ppjs_box1 .info .right_t {
        width: 33%;
    }
    .ppjs_box2 .w_100 {
        display: flex;
        padding: 90px 0;
    }
    .ppjs_box2 .w_100 .info .title .span1 {
        font-size: 36px;
        color: #964a26;
        font-weight: bold;
    }
    .ppjs_box2 .w_100 .info .title .span2 {
        font-size: 36px;
        color: #252525;
        text-transform: uppercase;
    }
    .ppjs_box2 .w_100 .info .title {
        display: flex;
        height: 40px;
        margin: 40px auto;
        align-items: center;
    }
    .ppjs_box2 .w_100 .info .pic {
        display: flex;
        justify-content: center;
    }
    .ppjs_box2 .w_100 .info .txt {
        font-size: 16px;
        color: #252525;
        line-height: 35px;
        margin-top: 55PX;
    }
    .ppjs_box2 .w_100 .info {
        width: 50%;
        background: url("../images/ppjs_pic.png") no-repeat right bottom;
        background-size: calc(100% - 120px);
    }
    .ppjs_box2 .w_100 .info {
        padding-left: 90px;
        width: 50%;
    }
    /*----------------------------------------------------------------------------------------*/

    
    /*----------------------------------------------------------------------------------------*/
    .xwlb_box .title {
        padding: 70px 0;
        font-size: 36px;
        color: #964a26;
        text-align: center;
        border-bottom: 1px solid #fafafa;
    }
    .xwlb_box .content a {
        display: flex;
        padding: 25px 0;
        align-items: center;
        justify-content: space-between;
        border-bottom: 1px solid #efefef;
    }
	.xwlb_box .content a .pic img{width:450px;height:141px;}
    .xwlb_box .content a .left {
        display: flex;
    }

    .xwlb_box .content a .time::before {
        display: block;
        content: '';
        position: absolute;
        left: 0;
        top: 50%;
        margin-top: -4px;
        width: 8px;
        height: 8px;
        border-radius: 100px;
        background: #964a26;
    }

    .xwlb_box .content a .time {
        width: 200px;
        padding-left: 30px;
        position: relative;
    }
    .xwlb_box .content a .time {
        color: #252525;
        font-size: 18px;
        height: 20px;
        line-height: 20px;
    }
    .xwlb_box .content a .txt .t1 {
        color: #252525;
        font-size: 20px;
        line-height: 20px;
        margin-bottom: 20px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .xwlb_box .content a .txt .t2 {
        line-height: 26px;
        height: 52px;
        color: #252525;
        font-size: 14px;
        display: -webkit-box;
        text-overflow: ellipsis;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
    .xwlb_box .content a .txt {
        width: 600px;
    }
    .xwlb_box .content a:hover .txt .t1 {
        color: #964a26;
    }
    .xwlb_box .content a .pic {
        overflow: hidden;
    }
    .xwlb_box .content a .pic img {
        transition: 0.5s;
    }
    .xwlb_box .content a:hover .pic img {
        transform: scale(1.2);
    }
    /*----------------------------------------------------------------------------------------*/








    /*----------------------------------------------------------------------------------------*/
    
    .common_address {
        border-bottom: 1px solid #fafafa;
    }
    .common_address .w_100 {
        display: flex;
        font-size: 14px;
        color: #979797;
        align-items: center;
        height: 65px;
    }
    
    .common_address .w_100 span {
        margin: 0 5px;
    }
    .common_address .w_100 a {
        color: #979797;
        transition: 0.5s;
    }
    .common_address .w_100 a:hover{
        color: #964a26;
    }
    .xwxq {
        margin-bottom: 100px;
    }
    .xwxq .name {
        padding: 70px 0;
        font-size: 36px;
        color: #964a26;
        text-align: center;
        border-bottom: 1px solid #fafafa;
    }
    .xwxq .date {
        text-align: center;
        color: #85848c;
        font-size: 14px;
        line-height: 65px;
    }
    .xwxq .info {
        
        border-bottom: 1px solid #fafafa;
        padding-bottom: 50px;
    }
    .xwxq .other {
        padding-bottom: 50px;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        padding: 30px 0;
    }
    .xwxq .other a:hover {
        color: #964a26;
    }
    .xwxq .other a {
        color: #85848c;
        font-size: 16px;
        transition: 0.5s;
    }
    
    .xwxq .info p {
        margin-top: 20px;
        color: #252525;
        line-height: 35px;
    }

    /*----------------------------------------------------------------------------------------*/


    /*----------------------------------------------------------------------------------------*/


    
    .product_details .title {
        padding: 70px 0;
        font-size: 36px;
        color: #964a26;
        text-align: center;
        border-bottom: 1px solid #fafafa;
    }
    .product_details .w_100 {
        overflow: hidden;
    }
    .product_details .swiper-slide {
        text-align: center;
        font-size: 18px;
        background: #fff;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .product_details .swiper-slide img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .product_details .swiper {
        width: 100%;
        max-width: 1200px;
        margin: 70px auto;
    }

    .product_details .swiper-slide {
        background-size: cover;
        background-position: center;
    }

    .product_details .mySwiper2 {
        width: 100%;
    }

    .product_details .mySwiper {}
    .product_details .bottom {
        position: relative;
        width: 100%;
    }
    .product_details .mySwiper{
        height: 180px;
        box-sizing: border-box;
        padding: 10px 0;
        width: calc(100% - 100px);
        position: relative;
        left: 0px;
    }

    .product_details .mySwiper .swiper-slide {
        height: 100%;
        opacity: 0.4;
    }

    .product_details .mySwiper .swiper-slide-thumb-active {
        opacity: 1;
    }

    .product_details .swiper-slide img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .product_details .bottom .swiper-button {
        display: flex;
        align-items: center;
        width: 45px;
        top: 32px;
        height: calc(100% - 20px);
        background: #ccc;
    }
    .product_details .bottom .swiper-button-prev {
        left: 0px;
    }
    .product_details .bottom .swiper-button-next {
        right: 0;
    }
    .product_details .txt {
        width: 1200px;
        text-align: center;
        font-size: 30px;
        color: #252525;
        line-height: 50px;
        margin: 0 auto 50px;
    }
    .product_details .txt1 {
        font-size: 16px;
        color: #252525;
        margin: 0 auto;
        text-align: left;
		width:1200px;
    }
    .product_other .title {
        color: #964a26;
        font-size: 36px;
        font-weight: bold;
        margin-bottom: 60px;
    }
    .product_other {
        background: #f2f2f2;
        padding: 70px 0;
    }
    .product_other .otherSwiper .swiper-pagination-bullet {
        background: #b3b3b3;
        width: 14px;
        height: 14px;
        opacity: 1;
    }
    .product_other .otherSwiper .swiper-pagination-bullet-active {
        background: #964a26;
    }
    .product_other .otherSwiper .swiper-slide .name {
        font-size: 18px;
        color: #252525;
        line-height: 60px;
        height: 60px;
    }
    .product_other .otherSwiper .swiper-slide {
        background: none;
    }
    .product_other .otherSwiper {
        padding-bottom: 50px;
    }
    .other_link {
        padding: 40px 0 70px;
        border-top: 1px solid #fafafa;
        margin-top: 80px
    }
    .other_link .w_100 {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .other_link a:hover {
        color: #964a26;
    }
    .other_link a {
        color: #85848c;
        font-size: 16px;
        transition: 0.5s;
    }
    /*----------------------------------------------------------------------------------------*/








    
    .search_dialog {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        z-index: 9;
        display: none;
    }
    .search_dialog .bg {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100vh;
        background: rgba(0, 0, 0, 0.5);
    }
    .search_dialog .form {
        width: 80%;
        height: 80px;
        display: flex;
        justify-content: space-between;
        position: relative;
        left: 10%;
        top: 50%;
        margin-top: -40px;

    }
    .search_dialog .form input {
        width: calc(100% - 140px);
        margin-right: 20px;
        outline: none;
        padding: 0 20px;
        font-size: 16px;
    }

    .search_dialog .form button {
        background: #964a26;
        height: 80px;
        color: #fff;
        border: none;
        font-size: 16px;
        letter-spacing: 2px;
        width: 140px;
        text-align: center;
        outline: none;
        text-align: center;
        line-height: 80px;
        display: block;
        cursor: pointer;
    }